home *** CD-ROM | disk | FTP | other *** search
/ Enter 2005 January / EnterCD 0105.iso / Internet / Adware Away 2.2.6 / AdwareAway.exe / install_script.iss
Encoding:
Text File  |  2004-11-04  |  1.5 KB  |  43 lines

  1. ;InnoSetupVersion=1.3.25
  2.  
  3. [Setup]
  4. AppName=Adware Away v2.2.6
  5. AppVerName=2.2.6
  6. AppId=Adware Away v2.2.6
  7. DefaultDirName={pf}\Adware Away
  8. DefaultGroupName=Adware Away
  9. UninstallDisplayIcon={app}\AdAway.exe
  10. UninstallDisplayName=Adware Away v2.2.6
  11. OutputBaseFilename=setup
  12. Compression=zip
  13. PrivilegesRequired=none
  14. WizardImageFile=embedded\WizardImage0.bmp
  15. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  16.  
  17. [Files]
  18. Source: "{app}\AdAway.exe"; DestDir: "{app}"; 
  19. Source: "{app}\AdAway.chm"; DestDir: "{app}"; 
  20. Source: "{app}\global.dll"; DestDir: "{app}"; Flags: regserver 
  21. Source: "{app}\Customize.dll"; DestDir: "{app}"; Flags: regserver 
  22. Source: "{app}\AdAway.dll"; DestDir: "{app}"; Flags: regserver 
  23. Source: "{app}\OtherNormal.dat"; DestDir: "{app}"; 
  24. Source: "{app}\sporder.dll"; DestDir: "{app}"; 
  25. Source: "{app}\EProcess.exe"; DestDir: "{app}"; 
  26. Source: "{app}\ad.dll"; DestDir: "{app}"; 
  27. Source: "{app}\piracy.txt"; DestDir: "{app}"; 
  28.  
  29. [Dirs]
  30. Name: "{app}\backup"; Flags: uninsalwaysuninstall 
  31.  
  32. [Run]
  33. Filename: "{app}\AdAway.exe"; Parameters: "-F"; WorkingDir: "{app}"; 
  34.  
  35. [UninstallRun]
  36. Filename: "{app}\AdAway.exe"; Parameters: "-U"; WorkingDir: "{app}"; 
  37.  
  38. [Icons]
  39. Name: "{group}\Adware Away"; Filename: "{app}\AdAway.exe"; WorkingDir: "{app}"; 
  40. Name: "{group}\User Manual"; Filename: "{app}\AdAway.chm"; 
  41. Name: "{group}\Uninstall"; Filename: "{app}\unins000.exe"; 
  42. Name: "{userdesktop}\Adware Away"; Filename: "{app}\AdAway.exe"; WorkingDir: "{app}"; 
  43.